2015-05-13 - 19240 - Service Request - UPC's duplicating print by Pur order - (Lizz by 2015-05-21) #ProductionBreakFix #ABAPUPC #SDLABELREPORTS

2015-05-13 - 19204 - Service Request - UPC's duplicating print by Pur order

Problem Summary


When printing UPC by purchase order the lines are printing duplicates. There was a similar issue back in March that was corrected.

Admin Info



Purpose
UPC's duplicating print by Pur order
Requested by
Lizz Paxson
Issue Date
05-13-2015
Resolved by
Siba/Karthik
Resolved Date
05-19-2015
Document Status
Completed

Detailed Problem Description

(Include Screen Shots if required )

When printing UPC by purchase order, the lines are printing duplicates. There was a similar issue back in March that was corrected.

Here is below screen shot from NEP shows the duplicate printing of lines when giving input of PO number in UPC program.
UPC PO Issue Lizz.png

Solution Analysis and Recommendations

(Include Screen Shots if required)

Need to modify the UPC program to validate the condition record for table KOTK901 & KOTK922, when multiple condition records are exist.


Resolution



Below are the modifications done in the current UPC program (ZRSD_UPC_LABELS) to match the business requirement;
  1. Filtered the condition record from the table KOTK901 & KOTK922 by checking the deletion indicator (J_3AVASHD-LOEVM_KO).
  2. If no deletion indicator found for multiple condition record, then program should take the first condition record value sorting based on Sales organisation and pass that corresponding VAS codes maintained.


Below are the test data created in NECNED300 & NECNEQ100 and provided to the client:
NED300_TestData_UPC_MulConRec_0514.xlsx
NEQ100_TestData_UPC_MulConRec_0519.xlsx



Release Information


2015-05-15 - 19240 - Rel Notes - UPC's duplicating print by Pur order